home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / djgpp / diffs / gas-211 / gas / config / tc-i386.h < prev    next >
Encoding:
Text File  |  1993-11-27  |  926 b   |  33 lines

  1. *** orig/gas-211/gas/config/tc-i386.h    Sun May 30 18:51:48 1993
  2. --- src/gas-211/gas/config/tc-i386.h    Sat Jun 26 18:33:16 1993
  3. ***************
  4. *** 32,37 ****
  5. --- 32,41 ----
  6.   #ifdef TE_LINUX
  7.   #define TARGET_FORMAT        "a.out-i386-linux"
  8.   #endif
  9. + #ifdef TE_GO32
  10. + /* #define TARGET_FORMAT        "a.out-i386-go32" */
  11. + #define TARGET_FORMAT        "coff-go32"
  12. + #endif
  13.   #ifndef TARGET_FORMAT
  14.   #define TARGET_FORMAT        "a.out-i386"
  15.   #endif
  16. ***************
  17. *** 62,68 ****
  18.   #define NO_RELOC 0
  19.   #define tc_coff_symbol_emit_hook(a)    ;    /* not used */
  20.   
  21. ! #if !defined (TE_386BSD) && !defined (TE_LINUX)
  22.   /* Local labels starts with .L */
  23.   #define DOT_LABEL_PREFIX
  24.   #endif
  25. --- 66,72 ----
  26.   #define NO_RELOC 0
  27.   #define tc_coff_symbol_emit_hook(a)    ;    /* not used */
  28.   
  29. ! #if !defined (TE_386BSD) && !defined (TE_LINUX) && !defined(TE_GO32)
  30.   /* Local labels starts with .L */
  31.   #define DOT_LABEL_PREFIX
  32.   #endif
  33.